home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-04-08 | 3.3 KB | 119 lines |
- ; *************************************************************************************************
- ;
- ; APP_NAME = Application window class & title
- ; LANGUAGE = Current language to use (NOT USED YET)
- ; WIDTH = Window width
- ; HEIGHT = Window height
- ; REGISTER_KEY = Key in register to test program installation
- ; PATH_VALUE = Key String in REGISTER_KEY to get installation path
- ; INSTALL = Program to launch to install program
- ; UNINSTALL = Program to launch to uninstall program
- ; PROGRAM = Program to launch for game
- ; EXIT_AFTER_PLAY = [0..1] To leave autorun after click on Play button
- ;
- ; HTTP_DEVELOPPER = URL for developper web site
- ; HTTP_EDITOR = URL for editor web site
- ; HTTP_DISTRIBUTOR = URL for distributor web site
- ; HTTP_GAME = URL for game web site
- ; HTTP_REGISTER = URL for registering game
-
- ; BACK_IMAGE = Backgroud image
- ;
- ; *************************************************************************************************
-
- [INIT]
- APP_NAME = "Crazy Factory (c) 2001 - Monte Cristo"
- LANGUAGE = "POL"
- WIDTH = 400
- HEIGHT = 210
- REGISTER_KEY = "Software\Monte Cristo\CrazyFactoryGame"
- PATH_VALUE = "Path"
- INSTALL = ".\setup.exe"
- UNINSTALL = ".\setup.exe"
- PROGRAM = "CrazyFactory.exe"
- EXIT_AFTER_PLAY = 1
-
- [HTTP]
- HTTP_DEVELOPPER = "http://www.montecristogames.com"
- HTTP_EDITOR = "http://www.cenega.pl"
- HTTP_DISTRIBUTOR = "http://www.montecristogames.com"
- HTTP_GAME = "http://www.crazyfactory.com"
- HTTP_REGISTER = "http://www.montecristogames.com/register/register.htm"
-
-
- [BITMAPS]
- BACK_IMAGE = ".\DATAS\Autorun.bmp"
-
-
- [BUTTON0]
- STRING = "Graj"
- POSITION_X = 0
- POSITION_Y = 0
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON1]
- STRING = "Wyjdƒ"
- POSITION_X = 0
- POSITION_Y = 30
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON2]
- STRING = "Instaluj"
- POSITION_X = 0
- POSITION_Y = 60
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON3]
- STRING = "Usu±"
- POSITION_X = 0
- POSITION_Y = 90
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON4]
- STRING = "Zarejestruj"
- POSITION_X = 0
- POSITION_Y = 120
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 0
-
- [BUTTON5]
- STRING = "Strona Monte Cristo"
- POSITION_X = 0
- POSITION_Y = 150
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON6]
- STRING = "Strona Cenegi"
- POSITION_X = 0
- POSITION_Y = 120
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-
- [BUTTON7]
- STRING = "Distributor web site"
- POSITION_X = 0
- POSITION_Y = 175
- WIDTH = 148
- HEIGHT = 25
- VISIBLE = 0
-
- [BUTTON8]
- STRING = "Strona Crazy Factory"
- POSITION_X = 0
- POSITION_Y = 180
- WIDTH = 148
- HEIGHT = 30
- VISIBLE = 1
-